Fix use of uninitialized variable.
authorEli Zaretskii <eliz@gnu.org>
Fri, 28 Oct 2011 18:41:09 +0000 (20:41 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 28 Oct 2011 18:41:09 +0000 (20:41 +0200)
commitc2c175b729b52159fc4ee77399a5cf4b741bd293
treee9665a4eea7e8d2b9c1826f92a150d0458ae1826
parentfd43b2bcfee22533cb310e30774f5576ce65e8df
Fix use of uninitialized variable.

 src/xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
 possible random value that matches one of those tested as
 condition to clear the mouse face.
src/ChangeLog
src/xdisp.c